home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #9 / CD 9 (Black) - 2001.iso / K-CS.dcr / 00289.ls < prev    next >
Encoding:
Text File  |  2001-05-17  |  135 b   |  11 lines

  1. global BlinkObjekt
  2.  
  3. on new me
  4.   set BlinkObjekt to new(script "Blink")
  5. end
  6.  
  7. on exitFrame
  8.   checkBlink(BlinkObjekt)
  9.   go(the frame)
  10. end
  11.